Command Line Usage:

SilentRun.exe -t [The time of EXE program initialization] -r [process priority] -m [mute] -e [EXE Path] [EXE Parameters]

-t    The time of EXE program initialization, milliseconds.

Example: -t 1000
         -t 5000

-r    The process priority of the EXE to be called.
	0=Realtime (Highest)
	1=High
	2=Normal
	3=Low
	4=Idle(Lowest)

Example: -r 4

-m    Mute the EXE.
	0=Mute
	1=No Mute 

Example: -m 0

-e    The full path of the EXE to be called. If there are spaces in the full path, please enclose the path in double quotes.

Example: -e "D:\Update tool\upd-tool.exe"

If you want to add parameters for the EXE, you can add them after the EXE full path.

Example: -e "D:\Update tool\upd-tool.exe" -v 1 -s server2


FULL EXAMPLE:

SilentRun.exe -t 1000 -r 4 -m 0 -e "D:\Update tool\upd-tool.exe" -v 1 -s server2
